home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Code / Goodies / Wiper / README.TXT next >
Text File  |  1997-06-13  |  2KB  |  44 lines

  1. ------------------------------------------------------------------------
  2.      Copyright ⌐ 1997 Microsoft Corporation.  All rights reserved.
  3. You have a royalty-free right to use, modify, reproduce and distribute
  4. the Sample Application Files (and/or any modified version) in any way
  5. you find useful, provided that you agree that Microsoft has no warranty,
  6. obligations or liability for any Sample Application Files.
  7. ------------------------------------------------------------------------
  8.  
  9.         Visual Basic 5.0 Sample Add-In - Debug Wiper 
  10.                 May 2, 1997
  11.  
  12. Description:
  13.      This feature clears the Immediate Window with the click of a button.  
  14. Installing this add-in adds a button to the Standard Toolbar and a menu 
  15. item to the Add-Ins menu.
  16.      To access the Debug Window, select Immediate Window from the View menu.
  17. The Immediate Window allows you to try out code before using it in your Code
  18. Window. 
  19.  
  20. Purpose of this Sample:
  21.      The code from the Debug Wiper is an example of an add-in 
  22. application that extends the functionality of the shell.
  23.  
  24. To Install:
  25.      Compile the source code.  Run RegWiper.EXE (This program runs 
  26. "REGSVR32.EXE /S WIPER.DLL", and then adds the ProgID for the add-in to 
  27. VBADDIN.INI).  This registers Wiper.dll and adds it to the Add-In 
  28. Manager.
  29.  
  30. To Use:
  31.      You can use its functionality by either clicking the button on the 
  32. Standard Toolbar or by using the keyboard to access it - <Alt><A><W>.
  33.  
  34. Note: The Immediate Window will be cleared only if it is visible.
  35.  
  36. ===============================================================================================
  37. Author: Zack Stonich
  38. Email:  zackst@microsoft.com  
  39.   (Please note - the code for Debug Wiper is provided as is. The email address above was 
  40.     provided for the purpose of feedback, comments, & suggestions only. It is not provided
  41.     as a mechanism for support on questions regarding VB addins. For questions regarding
  42.     the development of VB addins, please contact Microsoft Technical Support.
  43. ===============================================================================================
  44.